libxc: Push parallel build of libraries down to a new phony target, as
authorKeir Fraser <keir.fraser@citrix.com>
Sun, 27 Jan 2008 17:03:35 +0000 (17:03 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Sun, 27 Jan 2008 17:03:35 +0000 (17:03 +0000)
'build' is already loaded with library dependencies on ia64.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxc/Makefile

index eca40fcbabb40c9b57ef8cc7001d850d5879e514..ffc56620526ef58ef6fdc5e3d244baff25e0cbba 100644 (file)
@@ -80,8 +80,11 @@ LIB += libxenguest.so libxenguest.so.$(MAJOR) libxenguest.so.$(MAJOR).$(MINOR)
 all: build
 
 .PHONY: build
-build: $(LIB)
-       $(MAKE) $(LIB)
+build:
+       $(MAKE) libs
+
+.PHONY: libs
+libs: $(LIB)
 
 .PHONY: install
 install: build